rsc.io/qr/coding.Bits.b (field)
10 uses
rsc.io/qr/coding (current package)
qr.go#L62: b []byte
qr.go#L67: b.b = b.b[:0]
qr.go#L79: return b.b
qr.go#L86: b.b = append(b.b, p...)
qr.go#L97: b.b = append(b.b, 0)
qr.go#L106: b.b[len(b.b)-1] |= uint8(v >> sh << uint(-b.nbit&7))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |